Don't throw away errors with `-p` arguments
authorAlex Crichton <alex@alexcrichton.com>
Fri, 20 May 2016 21:25:43 +0000 (14:25 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 20 May 2016 23:56:03 +0000 (16:56 -0700)
commitab9f64ddc202c7f10084bb111d63dff97e68fe32
treeb400932d93a6d9c29c7284571169c2712763bed4
parent235e2c21b7807732fcc6294d2b79de92de142c77
Don't throw away errors with `-p` arguments

This was unfortunately ignoring errors which would helpfully tell you how to
rerun a command with a more precise specification.

Closes #2641
src/cargo/ops/cargo_compile.rs
tests/test_cargo_compile.rs
tests/test_cargo_overrides.rs